--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 1075aef22ae48006976730a5787bb3225a6ebe9a
Parents : 6d975a1
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-03T21:18:20-06:00
feat(locales): add syncing state message to German, English, and Russian translations
Changes
3 files changed, 3 insertions(+), 0 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index 9544fe3b..19bac24e 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -91,6 +91,7 @@
"last_sync": "Letzter Sync: vor {time}",
"last_sync_never": "Letzter Sync: Nie",
"syncing": "Synchronisierung...",
+ "syncing_node": "Synchronisierung... ({state})",
"synced": "Synchronisiert",
"not_synced": "Nicht synchronisiert",
"not_configured": "Nicht konfiguriert",
diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 64c707ee..f2771581 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -91,6 +91,7 @@
"last_sync": "Last Sync: {time} ago",
"last_sync_never": "Last Sync: never",
"syncing": "Syncing...",
+ "syncing_node": "Syncing... ({state})",
"synced": "Synced",
"not_synced": "Not Synced",
"not_configured": "Not Configured",
diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 9c1626c7..a5aafa2d 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -91,6 +91,7 @@
"last_sync": "Синхронизация: {time} назад",
"last_sync_never": "Синхронизация: никогда",
"syncing": "Синхронизация...",
+ "syncing_node": "Синхронизация... ({state})",
"synced": "Синхронизировано",
"not_synced": "Не синхронизировано",
"not_configured": "Не настроено",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────